Skip to content

Commit 15b3a17

Browse files
Merge pull request #56 from brighthive/verions-bump
chore: New version
2 parents ecfad0e + f54eb37 commit 15b3a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def initialize() {
147147
env.IS_JENKINS_TEST = '1'
148148
env.AWS_REGION = 'us-east-2'
149149
env.MAX_ENVIRONMENTNAME_LENGTH = 32
150-
env.BUILD_VERSION = '1.5.2'
150+
env.BUILD_VERSION = '1.5.3'
151151
env.TAGNAME = env.BUILD_VERSION + '-' + env.GIT_COMMIT.substring(0,5)
152152
// DB Configs
153153
env.POSTGRES_HOST = 'localhost'

0 commit comments

Comments
 (0)