Skip to content
Snippets Groups Projects
Commit 94df8f07 authored by Jeromy Johnson's avatar Jeromy Johnson
Browse files

version bump to 0.3.2 after mdns

parent fe3459cd
Branches
No related tags found
1 merge request!1New
# go-ipfs changelog # go-ipfs changelog
### 0.3.2 - 2015-04-22
This patch update implements multicast dns as well as fxing a few test issues.
* implment mdns peer discovery @whyrusleeping
* fix mounting issues in sharness tests @chriscool
### 0.3.1 - 2015-04-21 ### 0.3.1 - 2015-04-21
......
...@@ -8,7 +8,7 @@ import ( ...@@ -8,7 +8,7 @@ import (
) )
// CurrentVersionNumber is the current application's version literal // CurrentVersionNumber is the current application's version literal
const CurrentVersionNumber = "0.3.1" const CurrentVersionNumber = "0.3.2"
// Version regulates checking if the most recent version is run // Version regulates checking if the most recent version is run
type Version struct { type Version struct {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment