diff options
author | Jordan Bracco <href@random.sh> | 2022-12-17 17:05:25 +0000 |
---|---|---|
committer | Jordan Bracco <href@random.sh> | 2022-12-20 19:29:41 +0100 |
commit | 5b56e3a8665c5e47ac07ed4d82d61b4f510bb838 (patch) | |
tree | 15b9fe7fdaa4e517c798b566af05aa2c46cc9600 /rel | |
parent | Nola rename, cont. pt. 5. Refs T77. Configs. (diff) |
Nola rename, the end. pt 6. Refs T77.
Diffstat (limited to 'rel')
-rw-r--r-- | rel/config.exs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rel/config.exs b/rel/config.exs index 7aaf6d7..7bfc6a2 100644 --- a/rel/config.exs +++ b/rel/config.exs @@ -44,8 +44,8 @@ end # when running `mix release`, the first release in the file # will be used by default -release :lsg do - set version: current_version(:lsg) +release :nola do + set version: current_version(:nola) set applications: [ :runtime_tools ] |