chore: fix typo in git_ops config.

This commit is contained in:
James Harton 2022-10-26 09:21:10 +13:00
parent 5215f6f20e
commit 20290e061e
2 changed files with 2 additions and 2 deletions

View file

@ -6,6 +6,6 @@ config :git_ops,
mix_project: Mix.Project.get!(),
changelog_file: "CHANGELOG.md",
repository_url: "https://github.com/team-alembic/ash_gen_server",
manage_mix_version: true,
manage_mix_version?: true,
manage_readme_version: "README.md",
version_tag_prefix: "v"

View file

@ -1,7 +1,7 @@
defmodule AshGenServer.MixProject do
use Mix.Project
@version "0.1.0"
@version "0.2.0"
def project do
[