Skip to content

Commit

Permalink
Merge pull request #34 from brighthive/version-bump
Browse files Browse the repository at this point in the history
chore: Bump version
  • Loading branch information
reginafcompton committed Jul 30, 2020
2 parents 127c170 + a39b238 commit ca4f95c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -142,7 +142,7 @@ def initialize() {
env.IS_JENKINS_TEST = '1'
env.AWS_REGION = 'us-east-2'
env.MAX_ENVIRONMENTNAME_LENGTH = 32
env.BUILD_VERSION = '1.1.0'
env.BUILD_VERSION = '1.2.0'
env.TAGNAME = env.BUILD_VERSION + '-' + env.GIT_COMMIT.substring(0,5)
// DB Configs
env.POSTGRES_HOST = 'localhost'
Expand Down

0 comments on commit ca4f95c

Please sign in to comment.