Skip to content

Commit

Permalink
chore: append ?v=9 to the asset URLs to prompt Discord to refresh i…
Browse files Browse the repository at this point in the history
…ts file cache
  • Loading branch information
vyfor committed May 22, 2024
1 parent fa0d1bc commit fe260d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use crate::{

pub const GITHUB_ASSETS_URL: &str =
"http://raw.githubusercontent.com/vyfor/cord.nvim/master/assets";
const ASSETS_VERSION: &str = "8";
const ASSETS_VERSION: &str = "9";
const VCS_MARKERS: [&str; 3] = [".git", ".svn", ".hg"];

#[inline(always)]
Expand Down

0 comments on commit fe260d3

Please sign in to comment.