Skip to content
This repository was archived by the owner on Jul 7, 2024. It is now read-only.

Commit 2c5b0b2

Browse files
committed
Bump version
I'm sure I missed one of the files.
1 parent ff10497 commit 2c5b0b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PKGBUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pkgname='urn-lang-git'
2-
pkgver=0.6.1.r57.g64ad9f8
2+
pkgver=0.7.2.r57.g64ad9f8
33
pkgrel=1
44
pkgdesc='Yet another Lisp dialect which compiles to Lua'
55
source=('urn::git+https://gitlab.com/urn/urn.git#branch=master')

default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
let
1010
inherit (nixpkgs) stdenv;
11-
ourVersion = "0.7.1";
11+
ourVersion = "0.7.2";
1212

1313
# Build a sort of "union package" with all the native dependencies we
1414
# have: Lua (or LuaJIT), readline, etc. Then, we can depend on this

0 commit comments

Comments
 (0)