Skip to content

Commit

Permalink
v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
miku committed Mar 26, 2024
1 parent c1f060e commit 7dfd90e
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.1
VERSION = 0.3.2
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.3.1
Version: 0.3.2
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.1
Version: 0.3.2
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.1"
const Version = "0.3.2"

0 comments on commit 7dfd90e

Please sign in to comment.