Skip to content

Commit

Permalink
Update version for release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
disk91 committed Jan 4, 2024
1 parent b735de3 commit 165b276
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nuxt/console/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default {
disablePurchase:process.env.DIS_DC_PURCHASE || 'false',
disableNewTenant:process.env.DIS_NEW_TENANT || 'false',
disableStatTenant:process.env.DIS_STAT_TENANT || 'false',
frontVersion:'1.7.0'
frontVersion:'1.7.1'
},

// env variables loaded accessible on the server side
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spring.main.register-shutdown-hook=true
# spring.jpa.properties.hibernate.format_sql=true
helium.allows.signup.default=false
helium.allows.activation.default=true
helium.version=1.7.0
helium.version=1.7.1

## Stripe - test key by default
helium.stripe.key.private.default=sk_test_VePHdqKTYQjKNInc7u56JBrQ
Expand Down

0 comments on commit 165b276

Please sign in to comment.