Skip to content

Commit

Permalink
Bumping version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ikkisoft committed Nov 1, 2018
1 parent 478ac5d commit b77bd98
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 @@ -15,7 +15,7 @@ apply plugin: 'eclipse'
apply plugin: 'spring-boot'

final def extensionName = 'burp-rest-api'
version = '2.0.0'
version = '2.0.1'

def updateVersion() {
def configFile = new File('src/main/resources/application.yml')
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ server:
headless:
mode: ${java.awt.headless}

build.version: 2.0.0
build.version: 2.0.1

0 comments on commit b77bd98

Please sign in to comment.