Skip to content

Commit 2a87b68

Browse files
authored
dev: chg: bump version to beta-2 for v0.3.9 (#845)
1 parent c623a28 commit 2a87b68

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.9-beta
2+
Version: 0.3.9-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.9-beta
2+
Version: 0.3.9-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.9-beta
2+
Version: 0.3.9-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.9-beta
2+
Version: 0.3.9-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.9-beta
2+
Version: 0.3.9-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.9-beta
2+
Version: 0.3.9-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 = 9 // 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 = 9 // 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)