Skip to content

Commit

Permalink
Bump version to 0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
redrabbit committed Jan 4, 2023
1 parent f69cbbc commit 1387a65
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/gitgud/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule GitGud.Mixfile do
def project do
[
app: :gitgud,
version: "0.3.8",
version: "0.3.9",
build_path: "../../_build",
config_path: "../../config/config.exs",
deps_path: "../../deps",
Expand Down
2 changes: 1 addition & 1 deletion apps/gitgud_web/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule GitGud.Web.Mixfile do
def project do
[
app: :gitgud_web,
version: "0.3.8",
version: "0.3.9",
build_path: "../../_build",
config_path: "../../config/config.exs",
deps_path: "../../deps",
Expand Down
2 changes: 1 addition & 1 deletion apps/gitrekt/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule GitRekt.Mixfile do
def project do
[
app: :gitrekt,
version: "0.3.8",
version: "0.3.9",
build_path: "../../_build",
config_path: "../../config/config.exs",
deps_path: "../../deps",
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule GitLimo.Umbrella.Mixfile do
use Mix.Project

@version "0.3.8"
@version "0.3.9"

def project do
[
Expand Down

0 comments on commit 1387a65

Please sign in to comment.