Skip to content

Commit

Permalink
# 4.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
vbaidak committed Jan 22, 2022
1 parent 7f6c37f commit 4bb673e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 4.5.8

# 4.5.7

# 4.5.6-RC1
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ allprojects {
val lombokVersion by extra("1.18.20")
val javaeeVersion by extra("8.0")
val commonsLang3Version by extra("3.12.0")
val axonVersion by extra("4.5.7")
val axonVersion by extra("4.5.8")

group = "com.scalified"
version = "$axonVersion"
version = axonVersion

repositories {
mavenCentral()
Expand Down

0 comments on commit 4bb673e

Please sign in to comment.