Skip to content

Commit

Permalink
0.2.40
Browse files Browse the repository at this point in the history
  • Loading branch information
miku committed Jun 22, 2023
1 parent 57223a1 commit 8e9f00c
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.2.39
VERSION = 0.2.40
CGO_ENABLED = 0 # https://github.com/miku/metha/issues/31
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.2.39
Version: 0.2.40
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.2.39
Version: 0.2.40
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.2.39"
const Version = "0.2.40"

0 comments on commit 8e9f00c

Please sign in to comment.