Skip to content

Commit

Permalink
Update version number for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jskeet committed Mar 1, 2017
1 parent 24361db commit c604ce2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Google.Api.Gax.Grpc/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-beta11-*",
"version": "1.0.0-beta12-*",

"packOptions": {
"title": "Google grPC API Extensions",
Expand Down
2 changes: 1 addition & 1 deletion src/Google.Api.Gax.Rest/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-beta11-*",
"version": "1.0.0-beta12-*",

"packOptions": {
"title": "Google REST API Extensions",
Expand Down
2 changes: 1 addition & 1 deletion src/Google.Api.Gax/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-beta11-*",
"version": "1.0.0-beta12-*",

"packOptions": {
"title": "Google API Extensions",
Expand Down
2 changes: 1 addition & 1 deletion testing/Google.Api.Gax.Grpc.Testing/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-beta11-*",
"version": "1.0.0-beta12-*",

"packOptions": {
"title": "Testing support for Google.Api.Gax",
Expand Down
2 changes: 1 addition & 1 deletion testing/Google.Api.Gax.Testing/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-beta11-*",
"version": "1.0.0-beta12-*",

"packOptions": {
"title": "Testing support for Google.Api.Gax",
Expand Down

0 comments on commit c604ce2

Please sign in to comment.