Skip to content

Commit d655083

Browse files
authored
chore(version): bumping version to 1.8.0 (#1677)
1 parent e380253 commit d655083

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/patching.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ Create environment variables for the patch version, which will be used in subseq
1414
Keep your terminal open for further steps.
1515

1616
```bash
17-
PRV_VER="1.6.0"
18-
CUR_VER="1.6.1"
19-
NEXT_VER="1.6.2"
20-
BASE_BRANCH="1.6.x"
17+
PRV_VER="1.7.0"
18+
CUR_VER="1.7.1"
19+
NEXT_VER="1.7.2"
20+
BASE_BRANCH="1.7.x"
2121
TAG_NAME="v${CUR_VER}"
2222
TAG_MSG="Version ${CUR_VER}"
2323
```

version/version.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ import (
1414
// During development, set the Meta field to "beta".
1515
var NodeVersion = Version{
1616
Major: 1,
17-
Minor: 7,
17+
Minor: 8,
1818
Patch: 0,
19-
Meta: "",
20-
Alias: "Seoul",
19+
Meta: "beta",
20+
Alias: "",
2121
}
2222

2323
// Version defines the version of Pactus software.

0 commit comments

Comments
 (0)