Skip to content

Commit a82223a

Browse files
committed
Bump version to v1.4.1
1 parent 8e2afe5 commit a82223a

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

packaging/templates/package_scripts/control

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Source: bor
2-
Version: 1.4.0-beta2
2+
Version: 1.4.1
33
Section: develop
44
Priority: standard
55
Maintainer: Polygon <[email protected]>

packaging/templates/package_scripts/control.arm64

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Source: bor
2-
Version: 1.4.0-beta2
2+
Version: 1.4.1
33
Section: develop
44
Priority: standard
55
Maintainer: Polygon <[email protected]>

packaging/templates/package_scripts/control.profile.amd64

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Source: bor-profile
2-
Version: 1.4.0-beta2
2+
Version: 1.4.1
33
Section: develop
44
Priority: standard
55
Maintainer: Polygon <[email protected]>

packaging/templates/package_scripts/control.profile.arm64

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Source: bor-profile
2-
Version: 1.4.0-beta2
2+
Version: 1.4.1
33
Section: develop
44
Priority: standard
55
Maintainer: Polygon <[email protected]>

packaging/templates/package_scripts/control.validator

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Source: bor-profile
2-
Version: 1.4.0-beta2
2+
Version: 1.4.1
33
Section: develop
44
Priority: standard
55
Maintainer: Polygon <[email protected]>

packaging/templates/package_scripts/control.validator.arm64

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Source: bor-profile
2-
Version: 1.4.0-beta2
2+
Version: 1.4.1
33
Section: develop
44
Priority: standard
55
Maintainer: Polygon <[email protected]>

params/version.go

+4-4
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 = 4 // Minor version component of the current release
26-
VersionPatch = 0 // Patch version component of the current release
27-
VersionMeta = "beta2" // Version metadata to append to the version string
24+
VersionMajor = 1 // Major version component of the current release
25+
VersionMinor = 4 // Minor version component of the current release
26+
VersionPatch = 1 // Patch version component of the current release
27+
VersionMeta = "" // Version metadata to append to the version string
2828
)
2929

3030
var GitCommit string

0 commit comments

Comments
 (0)