diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e69de29 diff --git a/biloba.go b/biloba.go index 38618ad..21484e2 100644 --- a/biloba.go +++ b/biloba.go @@ -29,6 +29,8 @@ import ( "github.com/chromedp/chromedp" ) +const BILOBA_VERSION = "0.0.0" + /* GinkgoTInterface is the interface by which Biloba receives GinkgoT() */