Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto committed Aug 23, 2024
1 parent 76d4f3c commit 259c553
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2023 Alexander F. Rødseth
Copyright 2024 Alexander F. Rødseth

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ Manual installation, using `cargo`, `doas`, `git` and `install`:

## General info

* Version: 1.7.2
* Version: 1.7.3
* License: BSD-3
* Author: Alexander F. Rødseth <xyproto@archlinux.org>
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
env_logger::init();

let matches = App::new("in")
.version("1.7.2")
.version("1.7.3")
.author("Alexander F. Rødseth <xyproto@archlinux.org>")
.about("Utility to execute commands in directories, and create directories if needed.")
.arg(
Expand Down

0 comments on commit 259c553

Please sign in to comment.