Skip to content

Commit

Permalink
go-ipfs version 0.3.7 release
Browse files Browse the repository at this point in the history
This patch update fixes a problem we introduced in 0.3.6 and did not
catch: the webui failed to work with out-of-the-box CORS configs.

License: MIT
Signed-off-by: Juan Batiz-Benet <juan@benet.ai>
  • Loading branch information
jbenet committed Aug 2, 2015
1 parent 836062d commit d3ff2df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
)

// CurrentVersionNumber is the current application's version literal
const CurrentVersionNumber = "0.3.6"
const CurrentVersionNumber = "0.3.7"

// Version regulates checking if the most recent version is run
type Version struct {
Expand Down

0 comments on commit d3ff2df

Please sign in to comment.