Skip to content

Commit

Permalink
for 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
brfrn169 committed Sep 1, 2022
1 parent e9eafce commit 05dc78a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ targetCompatibility = 1.8

group = "com.scalar-labs"
archivesBaseName = "kelpie"
//version = "1.2.2"
//version = "1.2.3"

// for archiving and uploading to maven central
//apply from: 'archive.gradle'
2 changes: 1 addition & 1 deletion src/main/java/com/scalar/kelpie/Kelpie.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
description = "Execute a job built with Kelpie framework.",
name = "kelpie",
mixinStandardHelpOptions = true,
version = "kelpie 1.2.2")
version = "kelpie 1.2.3")
public class Kelpie implements Callable {
private static final Logger LOGGER = LoggerFactory.getLogger(Kelpie.class);

Expand Down

0 comments on commit 05dc78a

Please sign in to comment.