Skip to content

Commit

Permalink
v0.1.361
Browse files Browse the repository at this point in the history
  • Loading branch information
miku committed Apr 25, 2024
1 parent c49e09b commit b7f398d
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 @@ -29,7 +29,7 @@ import (

const (
// AppVersion of span package. Commandline tools will show this on -v.
AppVersion = "0.1.360"
AppVersion = "0.1.361"
// KeyLengthLimit was a limit imposed by the memcached protocol, which
// was used for blob storage until Q1 2017. We switched the key-value
// store, so this limit is somewhat obsolete.
Expand Down
2 changes: 1 addition & 1 deletion packaging/deb/span/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: span
Version: 0.1.360
Version: 0.1.361
Section: utils
Priority: optional
Architecture: amd64
Expand Down
2 changes: 1 addition & 1 deletion packaging/rpm/span.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: Library data tools.
Name: span
Version: 0.1.360
Version: 0.1.361
Release: 0
License: GPL
ExclusiveArch: x86_64
Expand Down

0 comments on commit b7f398d

Please sign in to comment.