diff --git a/Makefile b/Makefile
index fe01f6de..5d3e72db 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = github.com/named-data/YaNFD
-VERSION = 1.2.0.0
+VERSION = 1.3.0.0
# COMMIT = git rev-parse --short HEAD
# DATE != date
diff --git a/README.md b/README.md
index cceeb4e1..04b67be4 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ It is compatible with existing NDN applications and utilizes the management tool
# Prerequisites
-YaNFD requires [Go 1.18+](https://go.dev/doc/install), although it may be possible to use older versions of Go.
+YaNFD requires [Go 1.20+](https://go.dev/doc/install), although it may be possible to use older versions of Go.
Besides that, you will need `libpcap` and `g++` on Linux and MacOS. On Ubuntu, these libraries can be installed by:
```bash
@@ -41,7 +41,7 @@ rm ./yanfd.toml
On MacOS, one also needs to change `socket_path` to `/var/run/nfd/nfd.sock` in the copied configuration file.
-### On Windows 10
+### On Windows 10/11
```text
curl -o yanfd.toml https://raw.githubusercontent.com/named-data/YaNFD/master/yanfd.toml.sample
mkdir %APPDATA%\ndn
diff --git a/cmd/yanfdui/versioninfo.json b/cmd/yanfdui/versioninfo.json
index 6b84b60c..7463a1a5 100644
--- a/cmd/yanfdui/versioninfo.json
+++ b/cmd/yanfdui/versioninfo.json
@@ -2,13 +2,13 @@
"FixedFileInfo": {
"FileVersion": {
"Major": 1,
- "Minor": 2,
+ "Minor": 3,
"Patch": 0,
"Build": 0
},
"ProductVersion": {
"Major": 1,
- "Minor": 2,
+ "Minor": 3,
"Patch": 0,
"Build": 0
},
@@ -22,14 +22,14 @@
"Comments": "",
"CompanyName": "NDN Team",
"FileDescription": "The first NDN forwarder running on Windows.",
- "FileVersion": "v1.2.0.0",
+ "FileVersion": "v1.3.0.0",
"InternalName": "254XinyuMa.YaNFD",
- "LegalCopyright": "Copyright (C) 2020-2022 Eric Newberry",
+ "LegalCopyright": "Copyright (C) 2020-2024 Eric Newberry",
"LegalTrademarks": "",
"OriginalFilename": "main.go",
"PrivateBuild": "",
"ProductName": "YaNFD",
- "ProductVersion": "v1.2.0.0",
+ "ProductVersion": "v1.3.0.0",
"SpecialBuild": ""
},
"VarFileInfo": {
diff --git a/cmd/yanfdui/yanfdui.exe.manifest b/cmd/yanfdui/yanfdui.exe.manifest
index e6571851..88885030 100644
--- a/cmd/yanfdui/yanfdui.exe.manifest
+++ b/cmd/yanfdui/yanfdui.exe.manifest
@@ -3,7 +3,7 @@
diff --git a/go.mod b/go.mod
index b6cbbff9..1a36737f 100644
--- a/go.mod
+++ b/go.mod
@@ -10,7 +10,7 @@ require (
github.com/pelletier/go-toml v1.9.5
github.com/stretchr/testify v1.8.4
github.com/zjkmxy/go-ndn v0.0.6
- golang.org/x/exp v0.0.0-20231206192017-f3f8817b8deb
+ golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc
golang.org/x/sys v0.15.0
)
diff --git a/go.sum b/go.sum
index b1f73edb..dfa3ede2 100644
--- a/go.sum
+++ b/go.sum
@@ -77,6 +77,8 @@ golang.org/x/exp v0.0.0-20231006140011-7918f672742d h1:jtJma62tbqLibJ5sFQz8bKtEM
golang.org/x/exp v0.0.0-20231006140011-7918f672742d/go.mod h1:ldy0pHrwJyGW56pPQzzkH36rKxoZW1tw7ZJpeKx+hdo=
golang.org/x/exp v0.0.0-20231206192017-f3f8817b8deb h1:c0vyKkb6yr3KR7jEfJaOSv4lG7xPkbN6r52aJz1d8a8=
golang.org/x/exp v0.0.0-20231206192017-f3f8817b8deb/go.mod h1:iRJReGqOEeBhDZGkGbynYwcHlctCvnjTYIamk7uXpHI=
+golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc h1:ao2WRsKSzW6KuUY9IWPwWahcHCgR0s52IfwutMfEbdM=
+golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc/go.mod h1:iRJReGqOEeBhDZGkGbynYwcHlctCvnjTYIamk7uXpHI=
golang.org/x/lint v0.0.0-20200302205851-738671d3881b/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY=
golang.org/x/mod v0.1.1-0.20191105210325-c90efee705ee/go.mod h1:QqPTAvyqsEbceGzBzNggFXnrqF1CaUcvgkdR5Ot7KZg=
golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=