Skip to content

Commit

Permalink
for 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yito88 committed Aug 3, 2020
1 parent 313ab86 commit 94eff19
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.0"
//version = "1.1.1"

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

Expand Down

0 comments on commit 94eff19

Please sign in to comment.