We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b05f3f commit 7b64265Copy full SHA for 7b64265
c_src/bcrypt_nif.c
@@ -1,7 +1,7 @@
1
/* The underlying bcrypt (hashing) code is derived from OpenBSD and is
2
* subject to the following license: */
3
4
-/* $OpenBSD: bcrypt.c,v 1.57 2016/08/26 08:25:02 guenther Exp $ */
+/* $OpenBSD: bcrypt.c,v 1.58 2020/07/06 13:33:05 pirofti Exp $ */
5
6
/*
7
* Copyright (c) 2014 Ted Unangst <[email protected]>
mix.exs
@@ -2,7 +2,7 @@ defmodule BcryptElixir.Mixfile do
use Mix.Project
@source_url "https://github.com/riverrun/bcrypt_elixir"
- @version "3.3.0"
+ @version "3.3.1"
@description "Bcrypt password hashing algorithm for Elixir"
8
def project do
0 commit comments