Skip to content

Commit

Permalink
Modified text of version
Browse files Browse the repository at this point in the history
  • Loading branch information
spiegel-im-spiegel committed Jan 31, 2020
1 parent 5256dbf commit f362d9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/gpgpdump/facade/facade.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var (
var (
usage = []string{ //output message of version
Name + " " + Version,
"Copyright 2016-2019 Spiegel (based on pgpdump by kazu-yamamoto)",
"Copyright 2016-2020 Spiegel (based on pgpdump by kazu-yamamoto)",
"Licensed under Apache License, Version 2.0",
}
versionFlag bool //version flag
Expand Down
2 changes: 1 addition & 1 deletion cli/gpgpdump/facade/version_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

func TestVersionMin(t *testing.T) {
result := "gpgpdump dev-version\nCopyright 2016-2019 Spiegel (based on pgpdump by kazu-yamamoto)\nLicensed under Apache License, Version 2.0\n"
result := "gpgpdump dev-version\nCopyright 2016-2020 Spiegel (based on pgpdump by kazu-yamamoto)\nLicensed under Apache License, Version 2.0\n"

outBuf := new(bytes.Buffer)
outErrBuf := new(bytes.Buffer)
Expand Down

0 comments on commit f362d9c

Please sign in to comment.