Skip to content

Commit

Permalink
logging and version
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed Feb 1, 2015
1 parent ece151f commit 77ebb4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wf.erl
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ config(Key) -> config(n2o, Key, "").
config(App, Key) -> config(App,Key, "").
config(App, Key, Default) -> wf_utils:config(App, Key, Default).

version() -> "1.10.0".
version() -> "2.1".

setkey(Name,Pos,List,New) ->
case lists:keyfind(Name,Pos,List) of
Expand Down

0 comments on commit 77ebb4d

Please sign in to comment.