Skip to content

Commit

Permalink
Bump version: 1.7.2 → 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinscham committed Apr 4, 2024
1 parent 27be53a commit 943f76a
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.7.2
current_version = 1.7.3
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 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.7.2
sonar.projectVersion=v1.7.3

sonar.sources=.
sonar.sourceEncoding=UTF-8
Expand Down
2 changes: 1 addition & 1 deletion src/main.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
def run
check_build_env

current_version = 'v1.7.2'
current_version = 'v1.7.3'
stat_tracker = StatTracker.new
client = Client.new(stat_tracker, current_version)

Expand Down

0 comments on commit 943f76a

Please sign in to comment.