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

Commit

Permalink
Problem: Need next snapshot version
Browse files Browse the repository at this point in the history
Solution: Bump version
  • Loading branch information
msteinhoff committed Dec 30, 2016
1 parent 86254fd commit 34300c2
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 @@ -44,7 +44,7 @@ sourceCompatibility = '1.8'
targetCompatibility = '1.8'
group = 'io.github.msteinhoff'
description = 'A set of classes to use a gRPC server in a Dropwizard service.'
version = '1.0.0-1'
version = '1.0.0-2-SNAPSHOT'

def forceRelease = (project.hasProperty('forceRelease') && project.forceRelease.toBoolean())
def isSnapshotVersion = (version == 'unspecified' || version.endsWith('-SNAPSHOT'))
Expand Down

0 comments on commit 34300c2

Please sign in to comment.