Skip to content

Commit

Permalink
for 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yito88 committed Jan 19, 2021
1 parent be1701c commit 8449f2d
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.1.2"
//version = "1.2.0"

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

Expand Down

0 comments on commit 8449f2d

Please sign in to comment.