Skip to content

Commit

Permalink
Release v1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cemrich committed Sep 1, 2024
1 parent 6202a38 commit f8ea01a
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.3";
const version = "1.2.4";
const app = express();

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

0 comments on commit f8ea01a

Please sign in to comment.