Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chvp committed Apr 20, 2024
1 parent ac8da9a commit c9eff4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/initializers/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ module Accentor
class Application
module Version
MAJOR = 0
MINOR = 19
PATCH = 1
MINOR = 20
PATCH = 0

STRING = [MAJOR, MINOR, PATCH].compact.join('.')
end
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
default = accentor-api;
accentor-api = pkgs.stdenv.mkDerivation rec {
pname = "accentor-api";
version = "0.19.1";
version = "0.20.0";

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

Expand Down

0 comments on commit c9eff4c

Please sign in to comment.