Skip to content

Commit

Permalink
for 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brfrn169 committed Jan 11, 2022
1 parent 0744fed commit afcd281
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.1"
//version = "1.2.2"

// 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.1")
version = "kelpie 1.2.2")
public class Kelpie implements Callable {
private static final Logger LOGGER = LoggerFactory.getLogger(Kelpie.class);

Expand Down

0 comments on commit afcd281

Please sign in to comment.