Skip to content

Commit 94237b2

Browse files
committed
Back to development: version 0.1.6-dev
1 parent 592210c commit 94237b2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[package]
66
name = "tectonic"
7-
version = "0.1.5"
7+
version = "0.1.6-dev"
88
authors = ["Peter Williams <[email protected]>"]
99
build = "build.rs"
1010
description = """

src/cli_driver.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ fn inner(matches: ArgMatches, config: PersistentConfig, status: &mut TermcolorSt
801801

802802
fn main() {
803803
let matches = App::new("Tectonic")
804-
.version("0.1.5")
804+
.version("0.1.6-dev")
805805
.about("Process a (La)TeX document.")
806806
.arg(Arg::with_name("format")
807807
.long("format")

0 commit comments

Comments
 (0)