Skip to content

Commit 7a13965

Browse files
committed
bump: version 1.2.8-beta
1 parent 9e9bf39 commit 7a13965

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

packaging/templates/package_scripts/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Source: bor
2-
Version: 1.2.7
2+
Version: 1.2.8-beta
33
Section: develop
44
Priority: standard
55
Maintainer: Polygon <[email protected]>

packaging/templates/package_scripts/control.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Source: bor
2-
Version: 1.2.7
2+
Version: 1.2.8-beta
33
Section: develop
44
Priority: standard
55
Maintainer: Polygon <[email protected]>

packaging/templates/package_scripts/control.profile.amd64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Source: bor-profile
2-
Version: 1.2.7
2+
Version: 1.2.8-beta
33
Section: develop
44
Priority: standard
55
Maintainer: Polygon <[email protected]>

packaging/templates/package_scripts/control.profile.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Source: bor-profile
2-
Version: 1.2.7
2+
Version: 1.2.8-beta
33
Section: develop
44
Priority: standard
55
Maintainer: Polygon <[email protected]>

packaging/templates/package_scripts/control.validator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Source: bor-profile
2-
Version: 1.2.7
2+
Version: 1.2.8-beta
33
Section: develop
44
Priority: standard
55
Maintainer: Polygon <[email protected]>

packaging/templates/package_scripts/control.validator.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Source: bor-profile
2-
Version: 1.2.7
2+
Version: 1.2.8-beta
33
Section: develop
44
Priority: standard
55
Maintainer: Polygon <[email protected]>

params/version.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ import (
2121
)
2222

2323
const (
24-
VersionMajor = 1 // Major version component of the current release
25-
VersionMinor = 2 // Minor version component of the current release
26-
VersionPatch = 7 // Patch version component of the current release
27-
VersionMeta = "" // Version metadata to append to the version string
24+
VersionMajor = 1 // Major version component of the current release
25+
VersionMinor = 2 // Minor version component of the current release
26+
VersionPatch = 8 // Patch version component of the current release
27+
VersionMeta = "beta" // Version metadata to append to the version string
2828
)
2929

3030
var GitCommit string

0 commit comments

Comments
 (0)