Skip to content

Commit

Permalink
doc: report current release version
Browse files Browse the repository at this point in the history
  • Loading branch information
bevzzz committed Jan 15, 2024
1 parent e2423a2 commit 9be1806
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 0 additions & 2 deletions convert.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ package nb
import (
"io"

_ "github.com/bevzzz/nb/schema/v4"

"github.com/bevzzz/nb/decode"
"github.com/bevzzz/nb/render"
"github.com/bevzzz/nb/render/html"
Expand Down
11 changes: 11 additions & 0 deletions version.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package nb

import (
// Currently supported nbformat versions:
_ "github.com/bevzzz/nb/schema/v4"
)

// Version returns current release version.
func Version() string {
return "v0.1.0"
}

0 comments on commit 9be1806

Please sign in to comment.