Skip to content

Commit

Permalink
v0.3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
miku committed Jan 16, 2025
1 parent d784535 commit 3943285
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SHELL = /bin/bash
TARGETS = metha-sync metha-cat metha-id metha-ls metha-files metha-fortune metha-snapshot
VERSION = 0.3.19
VERSION = 0.3.20
# https://github.com/miku/metha/issues/31
CGO_ENABLED = 0
MAKEFLAGS := --jobs=$(shell nproc)
Expand Down
2 changes: 1 addition & 1 deletion packaging/deb/metha/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: metha
Version: 0.3.19
Version: 0.3.20
Section: utils
Priority: optional
Architecture: amd64
Expand Down
2 changes: 1 addition & 1 deletion packaging/rpm/metha.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: No frills OAI mirror.
Name: metha
Version: 0.3.19
Version: 0.3.20
Release: 0
License: GPL
BuildArch: x86_64
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package metha

// Version of tools.
const Version = "0.3.19"
const Version = "0.3.20"

0 comments on commit 3943285

Please sign in to comment.