Skip to content
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.

Commit

Permalink
bump version to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechampine committed Jul 26, 2016
1 parent bd4b222 commit f34817b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ release-std:
# Cross Compile - makes binaries for windows, linux, and mac, 64 bit only.
xc: dependencies test test-long
goxc -arch="amd64" -bc="darwin linux windows" -d=release \
-pv=v1.0.0 -include=LICENSE,README.md,doc/API.md \
-pv=v1.0.1 -include=LICENSE,README.md,doc/API.md \
-tasks-=archive,rmbin,deb,deb-dev,deb-source,go-test -n=Sia

# clean removes all directories that get automatically created during
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Sia 1.0.0
Sia 1.0.1
=========

[![Build Status](https://travis-ci.org/NebulousLabs/Sia.svg?branch=master)](https://travis-ci.org/NebulousLabs/Sia)
Expand Down Expand Up @@ -129,6 +129,13 @@ on what we do in the next few months. Thank you!
Version History
---------------

July 2016:

v1.0.1 (patch release)
- Restricted API address to localhost
- Fixed renter/host desynchronization
- Fixed host silently refusing new contracts

June 2016:

v1.0.0 (major release)
Expand Down
2 changes: 1 addition & 1 deletion build/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

const (
// Version is the current version of siad.
Version = "1.0.0"
Version = "1.0.1"

// MaxEncodedVersionLength is the maximum length of a version string encoded
// with the encode package. 100 is much larger than any version number we send
Expand Down

0 comments on commit f34817b

Please sign in to comment.