Skip to content

Commit

Permalink
Merge pull request #28 from minimum2scp/fix/release-2.0.10
Browse files Browse the repository at this point in the history
Updated api key to deploy github releases
  • Loading branch information
minimum2scp authored Jan 11, 2019
2 parents 09075be + 1eeaa4a commit 57c0d65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ before_deploy:
deploy:
provider: releases
api_key:
secure: Ngbq0738SoLtQDxD0Oo8FselloWqlAN3X1vMciPC2/JL3QqcXAkCnMlG/pu7RaQrENILzt5AfeqdP28hng3V4QJ+vu3NAIWjv2cXomo2uYopkz0xdA61vmQIoK15euWaG31XXxIfehoGYZ9bFGfqcsNni6REuBoKCRtoZs9j/gM=
secure: ZT3mJoBYUi7aabfTFNoZ12z0K54Ff0u7BofYIJrYyEGT4HV8b6qc4hu8AffZwqKT6q9Y0r8kt6CFfEHGrkDLs6p5DDMfv75BIgzvzmuR8aqIFGnvmGgZF2seJjN0P+jQv44nrPTxlVKruu/Gm7NrZK+CT7L6MC9y96Mk8dr02zs=
file:
- dist/geco_linux_amd64.zip
- dist/geco_darwin_amd64.zip
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package main

const version string = "2.0.10"
const version string = "2.0.11"

0 comments on commit 57c0d65

Please sign in to comment.