Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
94df8f07
Commit
94df8f07
authored
Apr 22, 2015
by
Jeromy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version bump to 0.3.2 after mdns
parent
fe3459cd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
CHANGELOG.md
CHANGELOG.md
+6
-0
repo/config/version.go
repo/config/version.go
+1
-1
No files found.
CHANGELOG.md
View file @
94df8f07
# 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
...
...
repo/config/version.go
View file @
94df8f07
...
...
@@ -8,7 +8,7 @@ import (
)
// 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
type
Version
struct
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment