Skip to content

Commit 18470a3

Browse files
committed
Bump version
1 parent b90a63e commit 18470a3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

config/initializers/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class Application
55
module Version
66
MAJOR = 0
77
MINOR = 18
8-
PATCH = 0
8+
PATCH = 1
99

1010
STRING = [MAJOR, MINOR, PATCH].compact.join('.')
1111
end

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
default = accentor-api;
3232
accentor-api = pkgs.stdenv.mkDerivation rec {
3333
pname = "accentor-api";
34-
version = "0.17.2";
34+
version = "0.18.1";
3535

3636
src = pkgs.lib.cleanSourceWith { filter = name: type: !(builtins.elem name [ ".github" "flake.lock" "flake.nix" ]); src = ./.; name = "source"; };
3737

0 commit comments

Comments
 (0)