aboutsummaryrefslogtreecommitdiff
path: root/asciidoctor.go
diff options
context:
space:
mode:
Diffstat (limited to 'asciidoctor.go')
-rw-r--r--asciidoctor.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/asciidoctor.go b/asciidoctor.go
index 12942c0..d97f78c 100644
--- a/asciidoctor.go
+++ b/asciidoctor.go
@@ -11,7 +11,7 @@ import "github.com/shuLhan/share/lib/math/big"
const (
// Version of this module.
- Version = `0.3.3-dev`
+ Version = `0.4.0`
_lf = "\n"
)