Skip to content

Commit

Permalink
chore: bump version to 1.0.3 in code
Browse files Browse the repository at this point in the history
  • Loading branch information
Entze committed Sep 16, 2021
1 parent 1431330 commit d38a87b
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 @@ -7,7 +7,7 @@ plugins {
}

group 'at.ac.tuwien.ifs.sge'
version '1.0.2'
version '1.0.3'

sourceCompatibility = 1.11

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public class SgeCommand implements Callable<Void> {
private static final String SGE_AGENT_CLASS = "Agent-Class";
private static final String SGE_AGENT_NAME = "Agent-Name";
private static final String SGE_GAME_CLASS = "Game-Class";
static final String version = "1.0.2";
static final String version = "1.0.3";

Logger log;
ExecutorService pool;
Expand Down

0 comments on commit d38a87b

Please sign in to comment.