Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
natanbc committed Nov 21, 2020
1 parent 41482c9 commit f39020e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id 'com.palantir.docker' version '0.25.0'
}

def versionObj = new Version(major: 0, minor: 20, revision: 0)
def versionObj = new Version(major: 0, minor: 20, revision: 1)

sourceCompatibility = 15
targetCompatibility = 15
Expand Down

0 comments on commit f39020e

Please sign in to comment.