Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Plural
platform
distribution
Commits
2461543d
Unverified
Commit
2461543d
authored
6 years ago
by
Derek McGowan
Committed by
GitHub
6 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #2824 from dmcgowan/update-version-file-2.7.1
Update version file for 2.7.1
parents
2eab12df
5b98226a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
version/version.go
+1
-1
version/version.go
with
1 addition
and
1 deletion
+1
-1
version/version.go
+
1
-
1
View file @
2461543d
...
...
@@ -8,7 +8,7 @@ var Package = "github.com/docker/distribution"
// the latest release tag by hand, always suffixed by "+unknown". During
// build, it will be replaced by the actual version. The value here will be
// used if the registry is run after a go get based install.
var
Version
=
"v2.7.
0
+unknown"
var
Version
=
"v2.7.
1
+unknown"
// Revision is filled with the VCS (e.g. git) revision being used to build
// the program at linking time.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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