Skip to content

Commit

Permalink
Bump version to 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Schlager committed Sep 18, 2024
1 parent 16d806b commit c42cb26
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,10 @@ error_logger:info_msg("New privilege level is ~p.~n", [NewPrivilege]),
History
-------

### Master (4.1.1)

Currently no difference to latest tag.

### Version 4.1.0

* Enhance performance of session lookups (thanks to @IslandUsurper)
Expand Down
2 changes: 1 addition & 1 deletion src/eipmi.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
%%%=============================================================================
{application, eipmi, [
{description, "A native Erlang IMPI library."},
{vsn, "4.1.0"},
{vsn, "4.1.1"},
{registered, [eipmi]},
{applications, [kernel, stdlib, sasl, crypto, snmp, md2]},
{mod, {eipmi, []}},
Expand Down

0 comments on commit c42cb26

Please sign in to comment.