We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b90a63e commit 18470a3Copy full SHA for 18470a3
2 files changed
config/initializers/version.rb
@@ -5,7 +5,7 @@ class Application
5
module Version
6
MAJOR = 0
7
MINOR = 18
8
- PATCH = 0
+ PATCH = 1
9
10
STRING = [MAJOR, MINOR, PATCH].compact.join('.')
11
end
flake.nix
@@ -31,7 +31,7 @@
31
default = accentor-api;
32
accentor-api = pkgs.stdenv.mkDerivation rec {
33
pname = "accentor-api";
34
- version = "0.17.2";
+ version = "0.18.1";
35
36
src = pkgs.lib.cleanSourceWith { filter = name: type: !(builtins.elem name [ ".github" "flake.lock" "flake.nix" ]); src = ./.; name = "source"; };
37
0 commit comments