Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Richelson committed Oct 26, 2016
1 parent 385d696 commit 2f03129
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .goxc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"PackageVersion": "1.0.0",
"PackageVersion": "2.0.0",
"ArtifactsDest": "./pkg",
"Tasks": [
"xc",
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: ld-relay
Priority: extra
Maintainer: LaunchDarkly <[email protected]>
Section: devel
Version: 1.0.0
Version: 2.0.0
Architecture: any
Description: LaunchDarkly Relay Proxy
Source: ld-relay
2 changes: 1 addition & 1 deletion scripts/upload_to_s3.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#/bin/bash
set -e
REV=$(git rev-parse HEAD | cut -c1-6)
VERSION=1.0.0+b${REV}
VERSION=2.0.0+b${REV}
ls ${CIRCLE_ARTIFACTS}/${VERSION}
service=ld-relay
file=${CIRCLE_ARTIFACTS}/${VERSION}/${service}_${VERSION}_linux_amd64.tar.gz
Expand Down

0 comments on commit 2f03129

Please sign in to comment.