diff --git a/pongo2.go b/pongo2.go index eda3aa0..e6577d5 100644 --- a/pongo2.go +++ b/pongo2.go @@ -1,7 +1,7 @@ package pongo2 // Version string -const Version = "dev" +const Version = "4.0.0" // Must panics, if a Template couldn't successfully parsed. This is how you // would use it: diff --git a/template_tests/pongo2ctx.tpl.out b/template_tests/pongo2ctx.tpl.out index 9001211..0c89fc9 100644 --- a/template_tests/pongo2ctx.tpl.out +++ b/template_tests/pongo2ctx.tpl.out @@ -1 +1 @@ -dev \ No newline at end of file +4.0.0 \ No newline at end of file