Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
⬆️ Bump to v1.0.0
Browse files Browse the repository at this point in the history
dwisiswant0 committed Nov 25, 2020
1 parent 4c2b232 commit a62a6f5
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,10 @@

All notable changes to this project should be documented in this file.

### v1.0.0

- Fix mismatch breaking logic for detecting CVE (#71)

### v1.0.0-rc

- Add CVE resource
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
[![Kitabisa SecLab](https://img.shields.io/badge/kitabisa-security%20project-blue)](#)
[![License](https://img.shields.io/badge/License-Apache%202.0-yellowgreen)](https://github.com/kitabisa/teler/blob/development/LICENSE)
[![made with Go](https://img.shields.io/badge/made%20with-Go-brightgreen)](http://golang.org)
[![Version](https://img.shields.io/badge/version-1.0.0--rc-blueviolet)](https://github.com/kitabisa/teler/releases)
[![Version](https://img.shields.io/badge/version-1.0.0-blueviolet)](https://github.com/kitabisa/teler/releases)
[![Platform](https://img.shields.io/badge/platform-osx%2Flinux%2Fwindows-green)](#)
[![GitHub issues](https://img.shields.io/github/issues/kitabisa/teler)](https://github.com/kitabisa/teler/issues)

4 changes: 2 additions & 2 deletions internal/runner/constants.go
Original file line number Diff line number Diff line change
@@ -2,8 +2,8 @@ package runner

const (
email = "infosec@kitabisa.com"
version = "1.0.0-rc"
development = true
version = "1.0.0"
development = false
banner = `
__ __
/ /____ / /__ ____

0 comments on commit a62a6f5

Please sign in to comment.