Skip to content

Commit

Permalink
v1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
miku committed Sep 17, 2014
1 parent 1ac2f3d commit 8f137bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
)

// AppVersion is displayed by all command line tools
const AppVersion = "1.5.3"
const AppVersion = "1.5.4"

// Work represents the input for a conversion of a single record to JSON
type Work struct {
Expand Down
2 changes: 1 addition & 1 deletion debian/marctools/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: marctools
Version: 1.5.3
Version: 1.5.4
Section: utils
Priority: optional
Architecture: amd64
Expand Down
2 changes: 1 addition & 1 deletion packaging/marctools.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: Various MARC command line utils in Go
Name: marctools
Version: 1.5.3
Version: 1.5.4
Release: 0
License: GPLv3
BuildArch: x86_64
Expand Down

0 comments on commit 8f137bf

Please sign in to comment.