Skip to content

Commit

Permalink
Merge pull request #39 from stepchowfun/v1.0.0
Browse files Browse the repository at this point in the history
Release v1.0.0
  • Loading branch information
stepchowfun authored May 6, 2019
2 parents cb45a28 + f0943b7 commit d237ee7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tagref"
version = "0.1.0"
version = "1.0.0"
authors = ["Stephan Boyer <stephan@stephanboyer.com>"]
description = "Tagref helps you refer to other locations in your codebase."
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use std::{
extern crate lazy_static;

// The program version
const VERSION: &str = "0.1.0";
const VERSION: &str = "1.0.0";

// Command-line option and subcommand names
const CHECK_COMMAND: &str = "check";
Expand Down

0 comments on commit d237ee7

Please sign in to comment.