Skip to content

Commit

Permalink
0.1.0 release [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeterv committed Dec 18, 2015
1 parent 6c52ead commit ad1ac2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/depgraph/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local scan = require "depgraph.scan"

local depgraph = {}

depgraph._VERSION = "0.0.1"
depgraph._VERSION = "0.1.0"

local function normalize_io_error(name, err)
if err:sub(1, #name + 2) == (name .. ": ") then
Expand Down

0 comments on commit ad1ac2a

Please sign in to comment.