Skip to content

Commit 2dbc64f

Browse files
committed
Merge pull request #545 from brunobowden/version
v0.5.0-alpha
2 parents 718a965 + 961fbeb commit 2dbc64f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ task wrapper(type: Wrapper) {
3838
group = 'com.github.j2objccontrib.j2objcgradle'
3939

4040
// A suffix of -SNAPSHOT means this is not an official release of the
41-
// system, but built from an intermediate source tree. See
42-
// CONTRIBUTING.md on how to update this version number.
43-
version = '0.4.4-alpha-SNAPSHOT'
41+
// system, but built from an intermediate source tree. Instructions:
42+
// https://github.com/j2objc-contrib/j2objc-gradle/blob/master/CONTRIBUTING.md#publishing-and-versioning
43+
version = '0.5.0-alpha'
4444

4545
test {
4646
testLogging {

0 commit comments

Comments
 (0)