Skip to content

Commit

Permalink
Bump version: 1.5.0 → 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinscham committed Jan 24, 2024
1 parent 3c48e66 commit ef1d4da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.5.0
current_version = 1.6.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<release>[a-z]+))?
commit = True
tag = False
Expand Down
2 changes: 1 addition & 1 deletion disenchanter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def run
end

set_globals
current_version = 'v1.5.0'
current_version = 'v1.6.0'

puts 'Hi! :)'.light_green
puts "Running Disenchanter #{current_version} on port #{$port}".light_blue
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sonar.projectKey=marvinscham_disenchanter_AY088C575jK4ghmshIlp
sonar.projectVersion=v1.5.0
sonar.projectVersion=v1.6.0

sonar.sources=.
sonar.sourceEncoding=UTF-8
Expand Down

0 comments on commit ef1d4da

Please sign in to comment.