Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
go-ipfs
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
ipfs
go-ipfs
Commits
de7d74f4
Commit
de7d74f4
authored
2 years ago
by
Antonio Navarro Perez
Browse files
Options
Downloads
Plain Diff
Merge branch 'release-v0.15.0' of github.com:ipfs/go-ipfs into release-v0.15.0
parents
0fae87fd
8c6aaa83
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+1
-0
1 addition, 0 deletions
CHANGELOG.md
docs/changelogs/v0.15.md
+349
-0
349 additions, 0 deletions
docs/changelogs/v0.15.md
version.go
+1
-1
1 addition, 1 deletion
version.go
with
351 additions
and
1 deletion
CHANGELOG.md
+
1
−
0
View file @
de7d74f4
# Kubo Changelogs
# Kubo Changelogs
-
[
v0.15
](
docs/changelogs/v0.15.md
)
-
[
v0.14
](
docs/changelogs/v0.14.md
)
-
[
v0.14
](
docs/changelogs/v0.14.md
)
-
[
v0.13
](
docs/changelogs/v0.13.md
)
-
[
v0.13
](
docs/changelogs/v0.13.md
)
-
[
v0.12
](
docs/changelogs/v0.12.md
)
-
[
v0.12
](
docs/changelogs/v0.12.md
)
...
...
This diff is collapsed.
Click to expand it.
docs/changelogs/v0.15.md
0 → 100644
+
349
−
0
View file @
de7d74f4
This diff is collapsed.
Click to expand it.
version.go
+
1
−
1
View file @
de7d74f4
...
@@ -11,7 +11,7 @@ import (
...
@@ -11,7 +11,7 @@ import (
var
CurrentCommit
string
var
CurrentCommit
string
// CurrentVersionNumber is the current application's version literal
// CurrentVersionNumber is the current application's version literal
const
CurrentVersionNumber
=
"0.15.0-
dev
"
const
CurrentVersionNumber
=
"0.15.0-
rc1
"
const
ApiVersion
=
"/kubo/"
+
CurrentVersionNumber
+
"/"
const
ApiVersion
=
"/kubo/"
+
CurrentVersionNumber
+
"/"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment