Skip to content

Commit

Permalink
Release v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cemrich committed Aug 28, 2024
1 parent c485b84 commit 25f2adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const express = require("express");
const shows = require("./routes/shows");
const channelInfoList = require("./routes/channelInfoList");

const version = "1.2.2";
const version = "1.2.3";
const app = express();

app.use((_, res, next) => {
Expand Down

0 comments on commit 25f2adf

Please sign in to comment.