Skip to content

Commit

Permalink
Update SqlToolsService to beta from release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kcunnane authored and kcunnane committed Dec 7, 2016
1 parent 9b6fad9 commit 9426fbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/configurations/dev.config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"service": {
"downloadUrl": "https://github.com/Microsoft/sqltoolsservice/releases/download/v{#version#}/microsoft.sqltools.servicelayer-{#fileName#}",
"version": "0.1.4-alpha.10",
"version": "0.1.4-beta.1",
"downloadFileNames": {
"Windows_7_64": "win-x64-netcoreapp1.0.zip",
"OSX_10_11_64": "osx-x64-netcoreapp1.0.tar.gz",
Expand Down
2 changes: 1 addition & 1 deletion src/configurations/production.config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"service": {
"downloadUrl": "https://github.com/Microsoft/sqltoolsservice/releases/download/v{#version#}/microsoft.sqltools.servicelayer-{#fileName#}",
"version": "0.1.4",
"version": "0.1.4-beta.1",
"downloadFileNames": {
"Windows_7_64": "win-x64-netcoreapp1.0.zip",
"OSX_10_11_64": "osx-x64-netcoreapp1.0.tar.gz",
Expand Down

0 comments on commit 9426fbc

Please sign in to comment.