Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Commit

Permalink
Release 1.3.0-rc1
Browse files Browse the repository at this point in the history
Dev Appserver v1
Deploy(Cron,Dos,Dispatch,Index,Queue)
Flex only copies app.yaml to build output
  • Loading branch information
loosebazooka committed Apr 11, 2017
1 parent 9064265 commit 96ec423
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 @@ -27,7 +27,7 @@ sourceCompatibility = JavaVersion.VERSION_1_7
targetCompatibility = JavaVersion.VERSION_1_7

group = 'com.google.cloud.tools'
version = '1.1.2-SNAPSHOT'
version = '1.3.0-rc1'

dependencies {
compile localGroovy()
Expand Down

2 comments on commit 96ec423

@loosebazooka
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@akerekes moved to 1.3.0 so we could match gradle/maven

@akerekes
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Please sign in to comment.