Skip to content

Commit

Permalink
Bump version to 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
inscapist committed Jul 3, 2023
1 parent e0f8fd6 commit bc5db30
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 25 deletions.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ pkgs, ruby, bundler, nix, nix-prefetch-git }:

pkgs.stdenv.mkDerivation rec {
version = "0.0.5";
version = "0.0.6";
name = "bundix";
src = ./.;

Expand Down
28 changes: 5 additions & 23 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/bundix/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

class Bundix
VERSION = '0.0.5'
VERSION = '0.0.6'
end

0 comments on commit bc5db30

Please sign in to comment.