Skip to content

Commit

Permalink
updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
hakluke committed Jan 17, 2020
1 parent e0624ca commit 16e93bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,7 +1,7 @@
# hakrawler

[![Twitter](https://img.shields.io/badge/twitter-@hakluke_-blue.svg)](https://twitter.com/hakluke)
[![Version](https://img.shields.io/badge/version-beta1-blue.svg)](https://github.com/hakluke/hakrawler)
[![Version](https://img.shields.io/badge/version-beta2-blue.svg)](https://github.com/hakluke/hakrawler)
[![License](https://img.shields.io/badge/license-MIT-_red.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html)

## What is it?
Expand Down
2 changes: 1 addition & 1 deletion pkg/config/config.go
Expand Up @@ -28,7 +28,7 @@ type Config struct {
func NewConfig() Config {
var conf Config
// default values
conf.Version = "beta 1"
conf.Version = "beta 2"
conf.DisplayVersion = false
conf.Url = ""
conf.Depth = 1
Expand Down

0 comments on commit 16e93bf

Please sign in to comment.