Skip to content

Commit

Permalink
Release v1.04
Browse files Browse the repository at this point in the history
  • Loading branch information
ncw committed Nov 22, 2016
1 parent f9d0052 commit 261d6fc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,9 @@ COPYING file included in this package).

Changelog
---------

* v1.04 - 2016-11-22
* Increase digits used in chunk name to fix big upload
* v1.03 - 2016-11-07
* Rebuild with go 1.7.3 to fix macOS Sierra
* v1.02 - 2015-02-27
Expand Down
2 changes: 1 addition & 1 deletion cross-compile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

set -e

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 = "v1.03"
const Version = "v1.04"

0 comments on commit 261d6fc

Please sign in to comment.