Skip to content

Commit

Permalink
版本号更新
Browse files Browse the repository at this point in the history
  • Loading branch information
redgreat committed Aug 14, 2024
1 parent ffbe31f commit 5b7f31e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
%% Release profiles
%% To create a release just run
%% rebar3 as prod release
{relx, [{release, {eadm, "0.1.36"},
{relx, [{release, {eadm, "0.1.37"},
[eadm, nova, epgsql, poolboy, lager, sasl, inets, observer, runtime_tools]},
{mode, minimal},
{extended_start_script, true},
Expand Down
2 changes: 1 addition & 1 deletion src/eadm.app.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%% -*- mode: erlang;erlang-indent-level: 4;indent-tabs-mode: nil -*-
{application, eadm,
[{description, "RG管理平台"},
{vsn, "0.1.36"},
{vsn, "0.1.37"},
{registered, []},
{mod, {eadm_app, []}},
{included_applications, []},
Expand Down

0 comments on commit 5b7f31e

Please sign in to comment.