Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
di-sukharev committed May 26, 2023
1 parent 792ab67 commit 1e97408
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions out/cli.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -16272,7 +16272,7 @@ function G3(t, e2) {
// package.json
var package_default = {
name: "opencommit",
version: "2.2.8",
version: "2.2.9",
description: "Auto-generate impressive commits in 1 second. Killing lame commits with AI \u{1F92F}\u{1F52B}",
keywords: [
"git",
Expand Down Expand Up @@ -22157,7 +22157,7 @@ var checkIsLatestVersion = async () => {
if (latestVersion) {
const currentVersion = package_default.version;
if (currentVersion !== latestVersion) {
console.warn(
ce(
source_default.yellow(
`
You are not using the latest stable version of OpenCommit with new features and bug fixes.
Expand Down

0 comments on commit 1e97408

Please sign in to comment.