Skip to content

Commit

Permalink
5.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
umka1332 authored and 5HT committed Sep 22, 2020
1 parent b237384 commit cb72e7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule NITRO.Mixfile do
def project do
[
app: :nitro,
version: "5.8.5",
version: "5.9.1",
description: "NITRO Nitrogen Web Framework",
package: package(),
deps: deps()
Expand Down
2 changes: 1 addition & 1 deletion src/nitro.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, nitro, [
{description, "NITRO Nitrogen Web Framework"},
{vsn, "5.8.3"},
{vsn, "5.9.1"},
{applications, [kernel, stdlib]},
{modules, []},
{registered, []},
Expand Down

0 comments on commit cb72e7b

Please sign in to comment.