Skip to content

Commit cd8a00b

Browse files
updated version to 0.3.10-beta-2
1 parent 7526de4 commit cd8a00b

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: 0.3.10-beta
2+
Version: 0.3.10-beta-2
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: 0.3.10-beta
2+
Version: 0.3.10-beta-2
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: 0.3.10-beta
2+
Version: 0.3.10-beta-2
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: 0.3.10-beta
2+
Version: 0.3.10-beta-2
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: 0.3.10-beta
2+
Version: 0.3.10-beta-2
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: 0.3.10-beta
2+
Version: 0.3.10-beta-2
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
@@ -22,10 +22,10 @@ import (
2222

2323
const (
2424
GitCommit = ""
25-
VersionMajor = 0 // Major version component of the current release
26-
VersionMinor = 3 // Minor version component of the current release
27-
VersionPatch = 10 // Patch version component of the current release
28-
VersionMeta = "beta" // Version metadata to append to the version string
25+
VersionMajor = 0 // Major version component of the current release
26+
VersionMinor = 3 // Minor version component of the current release
27+
VersionPatch = 10 // Patch version component of the current release
28+
VersionMeta = "beta-2" // Version metadata to append to the version string
2929
)
3030

3131
// Version holds the textual version string.

0 commit comments

Comments
 (0)